NevronOpenVision
Nevron.Nov.DataStructures Namespace / NDynamicArrayRing<T> Class


In This Topic
    NDynamicArrayRing<T> Class Methods
    In This Topic

    For a list of all members of this type, see NDynamicArrayRing<T> members.

    Public Methods
     NameDescription
    Public MethodAdds the specified item  
    Public MethodOverloaded. Sorts the entire list by using a default comparer and the bubble sort algorithm.  
    Public MethodRemoves all items  
    Public MethodQueries whether the specified item is contained in this set.  
    Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
    Public MethodGets an iterator that iterates through the items in forward order.  
    Public MethodGets an iterator that iterates through the items in a reverse order.  
    Public MethodOverloaded. Gets the index at which the item appears in the set for the first time. Returns -1 if the item does not appear in the set.  
    Public MethodInserts the item at the specified index  
    Public MethodOverloaded. Gets the index at which the item appears in the set for the last time. Returns -1 if the item does not appear in the set.  
    Public MethodOverloaded. Removes the specified item  
    Public MethodRemoves all occurrence of the specified item.  
    Public MethodRemoves the item at the specified index  
    Public MethodOverloaded. Removes the last occurrence of the specified item (if any)  
    Public MethodOverloaded. Sorts the entire list by using a default comparer and the quick sort algorithm.  
    Public MethodCreates an array and populates it with the items of this set.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Top
    See Also